Deep Learning 【点击回到目录】

Deep Learning

Nanodegree key: nd101

Version: 7.0.0

Locale: en-us

This course trains the learner about foundational topics in the exciting field of deep learning, the technology behind state-of-the-art artificial intelligence.

Content

Part 01 (FreePreview): Deep Learning Free Preview

In this free preview of the Deep Learning Nanodegree program, you'll be introduced to the program, and get the opportunity to experiment with some existing, deep learning applications.

Part 02 : Introduction to Deep Learning

Introduce yourself to deep learning by applying style transfer to your own images, and gaining experience using development tools such as Anaconda and Jupyter notebooks.

Part 03 : Neural Networks

Learn neural network basics, and build your first network with Python and NumPy. Use the modern deep learning framework PyTorch to build multi-layer neural networks, and analyze real data.

Part 04 : Convolutional Neural Networks

Learn how to build convolutional networks and use them to classify images (faces, melanomas, etc.) based on patterns and objects that appear in them. Use these networks to learn data compression and image de-noising.

Part 05 : Recurrent Neural Networks

Build your own recurrent networks and long short-term memory networks with PyTorch; perform sentiment analysis and use recurrent networks to generate new text from TV scripts.

Part 06 : Generative Adversarial Networks

Learn to understand and implement a Deep Convolutional GAN (generative adversarial network) to generate realistic images, with Ian Goodfellow, the inventor of GANs, and Jun-Yan Zhu, the creator of CycleGANs.

Part 07 : Deploying a Model

Train and deploy your own sentiment analysis model using Amazon's SageMaker. Deployment gives you the ability to use a trained model to analyze new, user input. Build a model, deploy it, and create a gateway for accessing it from a website.

Part 08 (Elective): Additional Lessons

Lessons that provide some additional examples on regression tasks and accuracy metrics as well as on the basic functions that run deep learning frameworks.

Part 09 (Elective): TensorFlow, Keras Frameworks

Optional: Learn how to approach deep learning and data-driven tasks using TensorFlow and Keras frameworks.